 |
API Documentation
|
|
|
17 class NodeManager final :
public nkCommon::SingletonClass<NodeManager>
void rename(const nkMemory::StringView ¤tName, const nkMemory::StringView &newName)
Node * createOrRetrieve(const nkMemory::StringView &name)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Manages the nodes available in the component.
Definition: NodeManager.h:18
Node * get(const nkMemory::StringView &name) const
Represents a node in a scene graph.
Definition: Node.h:14
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
void erase(const nkMemory::StringView &name)
Node * getByIndex(unsigned int index) const